home *** CD-ROM | disk | FTP | other *** search
- /* ascodes.h */
- #define ASC_IDLE 100
- #define TX_START 200
- #define TX_NEWFILE 201
- #define TX_READ_DISK 202
- #define TX_WAIT4_XON 203
- #define TX_SEND_DATA 204
- #define TX_PACE 205
- #define TX_DONE 206
- #define RX_START 300
- #define RX_OPEN_FILE 301
- #define RX_GET_DATA 302
- #define RX_WRITE_DISK 303
- #define RX_DONE 304
-
- #define TEN_SECS 10000L